home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import java.awt.Point;
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- class BasicToolBarUI$FrameListener extends WindowAdapter {
- // $FF: synthetic field
- BasicToolBarUI this$0;
-
- public void windowClosing(WindowEvent w) {
- this.this$0.setFloating(false, (Point)null);
- }
-
- // $FF: synthetic method
- BasicToolBarUI$FrameListener(BasicToolBarUI this$0) {
- this.this$0 = this$0;
- }
- }
-